home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 54.zip / BS part 54 / FinalCopyII.adf / SampleMacros / FontLoader < prev    next >
Encoding:
Text File  |  1992-09-02  |  787 b   |  20 lines

  1. /* -------------------------------------------------------------    */
  2. /* Final Copy II Arexx Macro - FONTLOADER                    */
  3. /*                                                    */
  4. /* This macro can be used to pre-load your favorite fonts. But    */
  5. /* please note that each font that you load will take up a good    */
  6. /* chunk of memory, so please don't be too greedy and load in a    */
  7. /* zillion fonts and waste a lot of memory.                    */
  8. /* To load in a font that is not in the FCFonts/SWOLFonts drawer    */
  9. /* you will need to specify the complete pathname of the font.    */
  10. /* For Example:                                        */
  11. /*                                                    */
  12. /*    Font 'Work:FinalCopy_II/FCFonts/SWOLFonts/PSFonts/H_Bold'    */
  13. /* -------------------------------------------------------------    */
  14.  
  15. Font 'SoftSans_Italic'
  16. Font 'SoftSans_Bold'
  17. Font 'SoftSans_BoldItalic'
  18. Font    'SoftSans'
  19.  
  20.